C1.Win.Collections.ObjectModel Namespace / ObservableDictionary<TKey,TValue> Class
The type of keys in the dictionary.
The type of values in the dictionary.
Members

ObservableDictionary<TKey,TValue> Class
Represents a generic collection of key/value pairs that provides notifications when items get added, removed, changed or when the whole list is refreshed.
Syntax
Type Parameters
TKey
The type of keys in the dictionary.
TValue
The type of values in the dictionary.
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         C1.Win.Collections.ObjectModel.ObservableDictionary<TKey,TValue>

See Also